@import url(https://db.onlinewebfonts.com/c/0b7d8a39b62b28cf0cfe3cea90b8baa3?family=Gabriel+Weiss%27+Friends+Font);

body{
    background-color: black;
    font-family: "Gabriel Weiss' Friends Font";
    color: white;
}
#theme{
    display: none;
}
.lightheader{
    height: 110px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.button{
    font-family: "Gabriel Weiss' Friends Font";
    height: 57px;
    width: 172px;
    margin-top: 40px;
    font-size: 1.3rem;
    border-radius: 127px;
    border: 8px solid white;
    background-color: white;
    color: black;
    text-align: center;
    transition: all 0.5s ease;
    margin-bottom: 150px;
}

.button:hover{
    width: 192px;
    height: 62px;
    background-color: black;
    border: 5px solid white;
    color: white;
}


.textBox{
    text-align: center;
    margin: auto;
    color: white;
    width: 100%;
    height: 90px;
    border: black 10px solid;
    margin-top: 10px;
    font-size: 4.9rem;
    line-height: 33px;
    margin-bottom: 120px;
}

.gridBox{
    margin: auto;
    margin-top: 230px;
    width: 90%;
    height: 1400px;
    display: flex; 
    align-items:center;
    justify-content: space-between;
}
.navButton{
    font-size: 11.2rem;
    height: 200px;
    width: 100px;
    background-color: white;
    font-family: "Gabriel Weiss' Friends Font";
    border: none;
    border-radius: 30px;
    transition: all .4s ease;
}
.navButton:hover{
    font-size: 11.9rem;
    height: 215px;
    color: white;
    background-color: black;
    border: white 5px solid;

}
.memoryGrid{
    height: 100%;
    width: 83%;
}
    

.gridRow{
    height: 29%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 70px;
}

.gridRow img{
    height: 100%;
    width: 400px;
    border-radius: 20px;
    border: white 10px solid;
    transition: all .4s ease;
}


.gridRow img:hover{
    height: 120%;
    width: 480px;
    border: white 13px solid;
}

   


h5{
 font-size: 1.9rem;
}
h1{
  font-size: 7.4rem;
}



